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
The goal is to pave the way for a @discard_on decorator much like ActiveJob's class annotation. It would allow users to trivially discard tasks that depend on data that's no longer there.
The goal is to pave the way for a
@discard_ondecorator much like ActiveJob's class annotation. It would allow users to trivially discard tasks that depend on data that's no longer there.