You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I have need of a service that will run jobs when asked to. Basically webhooks.
Specifically I'd like to run my database dumps when the backup utility is ready to backup the data. Right now I'm using swarm-cronjob to schedule the dumps, and then scheduling the backup utility job a few minutes after the cronjob. I have my databases in docker, and I'm not exposing them outside their stack, so the backup utility can't just run a script to connect and do the dump itself.
The task is so similar to what swarm-cronjob does, that I thought it might be an interesting feature to add. But I also see it as different enough it might not fit. Maybe it would work as a companion project?
Anyway, if my idea is interesting, awesome, otherwise we can just close this.
Thanks for creating swarm-cronjob. It is extremely useful. Made my Portainer/Traefik/Swarm implementation work so much smoother that it might otherwise have gone!
The text was updated successfully, but these errors were encountered:
So, I have need of a service that will run jobs when asked to. Basically webhooks.
Specifically I'd like to run my database dumps when the backup utility is ready to backup the data. Right now I'm using swarm-cronjob to schedule the dumps, and then scheduling the backup utility job a few minutes after the cronjob. I have my databases in docker, and I'm not exposing them outside their stack, so the backup utility can't just run a script to connect and do the dump itself.
The task is so similar to what swarm-cronjob does, that I thought it might be an interesting feature to add. But I also see it as different enough it might not fit. Maybe it would work as a companion project?
Anyway, if my idea is interesting, awesome, otherwise we can just close this.
Thanks for creating swarm-cronjob. It is extremely useful. Made my Portainer/Traefik/Swarm implementation work so much smoother that it might otherwise have gone!
The text was updated successfully, but these errors were encountered: