- Added job events.
- Adds scaffolding commands.
- Adds the jobs:run command to execute both the scheduler and worker in a single process.
- Renamed config.yaml to neuron.yaml
- Scheduled jobs can now be queued for asynchronous processing.
- Added asynchronous job queue system.
- Composer update.
- Added CLI commands.
- Updated bootstrap to support the new core.
- Completed tests.
- Missing config values now automatically fallback to env values.
- Config file name can now be modified.
- Updates for core refactoring.
- Updates for core refactoring.
- Initial release
- Loads jobs from schedule.yaml
- Runs as an infinite polling loop.
- Runs as a single polling instance.