[Improvements]: Scheduled tasks #3152
Replies: 13 comments 4 replies
-
I'd also love to be able to control the Scheduled Tasks as IAC by having a .crontab or similar file in the project's codebase. Is this a useful feature to track here or should it be considered separately? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
A task of mine seems to have got stuck a few days ago and there's no way to cancel it, nor did the task re-attempt the next day. Could we supply a timeout or something? |
Beta Was this translation helpful? Give feedback.
-
We don't see the output of our scheduled tasks in our log drains. Is this not available? We use scheduled tasks as health checks and getting their output is essential! |
Beta Was this translation helpful? Give feedback.
-
My "Recent executions" seem to change order on page load. This sometimes means the most recently executed task (even if it's currently running) don't show up in the list. Does this sound right? Would you be open to a PR that ensures the recent executions are the 20 most recent ones? |
Beta Was this translation helpful? Give feedback.
-
Also want to mention that failed cron jobs shows logs once I click on them, but successful ones does not. is this meant to be like that? Edit: |
Beta Was this translation helpful? Give feedback.
-
Is there any plan to integrate this with the log drains? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to cancel stuck tasks? |
Beta Was this translation helpful? Give feedback.
-
@andrasbacsai where does the container's FluentBit collect logs from? I am thinking maybe we can have a custom logback config to send our scheduled task logs to the container's FluentBit somehow. Can you share the default FluebtBit config when drians are configured? Thanks |
Beta Was this translation helpful? Give feedback.
-
Is there way to set timezone for cron? |
Beta Was this translation helpful? Give feedback.
-
Running long running tasks sometimes will not show output at all, and the status wouldn't reflect the process being called. |
Beta Was this translation helpful? Give feedback.
-
I also noticed that scheduled tasks will run multiple instances of the same command at the same time in parallel which is causing a lot of problem as some command I want to only run once. Is there a way to disable parallel running of the command? it is very annoying to find out the hard way as it slow the VPS to a crawl |
Beta Was this translation helpful? Give feedback.
-
Also Essential for some applications would be to specify the user that executes the cron inside the container. |
Beta Was this translation helpful? Give feedback.
-
Scheduled tasks added here, but there are a few improvements that will be added:
Beta Was this translation helpful? Give feedback.
All reactions