coravel icon indicating copy to clipboard operation
coravel copied to clipboard

Support for Built-in/Persisted Job Parameters

Open chris-farrell opened this issue 6 months ago • 1 comments

Hi,

Possible to support the concept of built-in/persisted job parameters? E.g., with the ability to set them from the dashboard? I am thinking of something akin to the JobDataMap concept in Quartz. This would require the parameters to be persisted in the backing store.

For example, I want to supply a list of recipients that are different across multiple schedules of a particular job. As I understand, Coravel doesn't support this.

Edit: I've looked at Task Scheduling with Additional Parameters and I don't think it gives me exactly what I need.

chris-farrell avatar Dec 15 '23 18:12 chris-farrell