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 JobContext class mixes fields that are intended to be used by consumers of this library while other fields are used internally.
As part of v3, it is a good time to clean up JobContext and only expose the fields that are intended for public use.
There is also the opportunity to simplify typing by removing the task field.
The text was updated successfully, but these errors were encountered:
The
JobContext
class mixes fields that are intended to be used by consumers of this library while other fields are used internally.As part of
v3
, it is a good time to clean upJobContext
and only expose the fields that are intended for public use.There is also the opportunity to simplify typing by removing the
task
field.The text was updated successfully, but these errors were encountered: