Create a cronjob that will take the first Integration and save is_active to false.
Every so often integrations will fail before is_active is reset which blocks them (and any other tasks) from being run again. Currently, we can shell into the terminal, open a console, and correct this manually, but it happens just often enough that it would be nice to set up a one click fix (especially when the terminal can be touchy in argo)
Create a cronjob that will take the first Integration and save is_active to false.
Every so often integrations will fail before is_active is reset which blocks them (and any other tasks) from being run again. Currently, we can shell into the terminal, open a console, and correct this manually, but it happens just often enough that it would be nice to set up a one click fix (especially when the terminal can be touchy in argo)