crython/job

Contains functionality for defining functions that should be executed.

crython.job.job(*args, **kwargs)

Decorate functions to execute them in the background at a scheduled time.

Parameters:
  • args – Positional args to pass to the decorated function.
  • kwargs – Keyword args that contain job configuration and values to be passed to the decorated function.