You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.