NCronJob-Dev / NCronJob

A Job Scheduler sitting on top of IHostedService in dotnet.
https://docs.ncronjob.dev/
MIT License
158 stars 11 forks source link

Adding jobs in runtime should be able to have a custom name #133

Closed linkdotnet closed 2 weeks ago

linkdotnet commented 2 weeks ago

Currently, registering jobs during runtime doesn't allow to specify a custom name. That should be allowed.

linkdotnet commented 2 weeks ago

Already possible