Cronjobs, or server functions... #3212
Replies: 3 comments 2 replies
-
|
And run your command there. like curl for external services, and you also have access to env vars |
Beta Was this translation helpful? Give feedback.
-
|
I recently searched for a scheduler on the server and found one at the project level. The problem is that this scheduler runs scripts within a container, so you have to select the name of the container. I would like to have a scheduler at the server level, i.e., one that runs scripts within the server instance itself and not within the container. |
Beta Was this translation helpful? Give feedback.
-
|
Bom dia, aproveitando a discussão, como que voces rodam o queue:work? Tenho um Scheduled task no coolify onde executa um command no laravel e dispara jobs, quero deixar o worker sempre em standby pra quando executar a tarefas os jobs serem processados simultaneos. Agradeço |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi alll,
I am looking to set up a process that runs code at regular, time-based intervals, specifically to send API requests to external services on an automatic and recurring basis.
Is there built-in support in Coolify for cron jobs or similar server functions that allow for this kind of scheduling? If so, could you guide me on how to configure it properly? If not, is there a recommended approach for integrating external cron-like services to achieve this?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions