mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Add before/after hooks to jobs #69

Closed robacarp closed 2 years ago

robacarp commented 3 years ago

This should provide a nice interface to tackle meta-questions about jobs and tasks:


A before hook should be able to raise or return in some way that prevents the job from executing.