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
Serialized invocations from previous versions are incompatible.
Queues must be recreated with sync --recreate to support priority ordering.
Added
Priority support for invocations (0-9, default 4). Use the priority() context manager to set the priority for invocations created within its scope. Priority propagates to descendent invocations.
sync --recreate flag to delete and recreate all queues.
Invocation.Submitted events now include priority.
Fixed
The queueio CLI entry point was broken by a build configuration that excluded the package source.