Easier continuous delivery thanks to job migrations
Prevent JobNotFoundExceptions thanks to the JobRegressionGuard
Are you applying some of Uncle Bob’s tips and tricks from his great book Clean Code? It probably also means you’re sometimes refactoring… but what about your existing jobs in production? Won’t they break? Will you know if they break?
JobRunr Pro has you covered thanks to the JobRegressionGuard:
Migrate your jobs with ease
Do you have a lot of scheduled jobs planned in the future? And you need to do some refactoring? Just migrate your existing jobs to your new API and continue delivering working jobs with each deploy.
A job migration could not have been easier with the new migrations API.
These new migrations are also supported via the framework integrations using the ScheduledJobThatDoNotExistAnymoreMigrations bean.
Note that the above example is just using a fraction of the API - the actual API to update jobs is much more extensive.