- Replaced hardcoded cron expression with configuration-based `Worker:CronExpression`. - Throws descriptive exception if cron expression is missing. - Keeps previous worker and DB context setup unchanged.
5 lines
57 B
JSON
5 lines
57 B
JSON
{
|
|
"Worker": {
|
|
"CronExpression": "* * * * * ?"
|
|
}
|
|
} |