Closed pageer closed 4 years ago
We need a simple framework for running asynchronous jobs, i.e. a cron script. The idea is to have an entry point to the application that can run on a schedule or on demand and execute either a specific job or run a queue of pending jobs.
Fixed in 62d1cf2027cb8b2868f7bd12aa20d813e1b92515.
We need a simple framework for running asynchronous jobs, i.e. a cron script. The idea is to have an entry point to the application that can run on a schedule or on demand and execute either a specific job or run a queue of pending jobs.