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
What kind of periodic jobs do you want to monitor?
Basically a database clean-up job, there are a few tasks that I also need to create with Go in mind. I also have 1 job written in plain C to clean up self-hosted Github Actions runner's VM including downloaded Docker images and so on forth. It executes some commands and have some logics that's hard to understand if it was written in pure Bash.
Do you use any frameworks for periodic tasks?
Nope. Just time.Sleep and infinite for loop. But maybe others are using some libraries like robfig/cron, similar to what I did here: getsentry/vroom#284
Implement this feature: https://docs.sentry.io/product/crons/
(@cleptric) I would imagine something similar to what we did in PHP getsentry/sentry-php#1467 & getsentry/sentry-php#1511
Node implementation: getsentry/sentry-javascript#8039
It turns out there's a parent issue: getsentry/sentry#48560
UPDATE: Wrong parent issue 🤦
The text was updated successfully, but these errors were encountered: