candango / firenado

Web Framework that extends Tornado Web organizing the application, and adding extra features.
Apache License 2.0
12 stars 9 forks source link

Add shortcut properties to help get components from the scheduler and scheduled job #387

Closed piraz closed 2 years ago

piraz commented 2 years ago

While handling schedules and scheduled jobs it is necessary to access configurations or properties from the scheduled component or the application component often.

Let's add some shortcut properties giving better access to components from the scheduler and the scheduled job.