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
A cool thing would be to have some kind of "mini-Windmill" / "mini-n8n" in Dokploy, eg be able to run some jobs through a webhook (with some auth token, etc), and some cron jobs, with error reports
could be useful eg to run every day a "gmail email backup" or something like that
create a webhook to trigger the run of a temporary container with the arguments given in the URL / web POST data
What problem will this feature address?
A cool thing would be to have some kind of "mini-Windmill" / "mini-n8n" in Dokploy, eg be able to run some jobs through a webhook (with some auth token, etc), and some cron jobs, with error reports
could be useful eg to run every day a "gmail email backup" or something like that
and possibly use the DBOS lib for that, so those jobs could be "durable" and easier to track https://github.com/dbos-inc/dbos-transact-ts
Describe the solution you'd like
Create a way to host cron jobs / webhook scripts easily
Describe alternatives you've considered
Run windmill/n8n inside Dokploy and use that, but those softwares are not really worth it just for a few scripts and webhooks
Additional context
No response
Will you send a PR to implement it?
Yes
The text was updated successfully, but these errors were encountered: