Closed msmakouz closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.64%. Comparing base (
819a092
) to head (31c0458
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change will allow creating a task object from the queue, which will contain all the necessary data for its processing. After introducing scopes, it will be possible to request this object in the task handler and extract the necessary data from it.