Skip to content

0.2.14

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 29 Jun 22:13
· 2941 commits to master since this release
  • New "transport" invoker for service functions: schedule. It works like cron type scheduling where specific functions will be run on the specified interval. For example a function can be specified to run "once per day at a specific time" or "every second minute", or "the last Tuesday of January and March at 05:30 AM".
  • Values for keyword arguments invoked by transport decorators were earlier always set to None, despite having other default values. This is now corrected.