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
So, if the validate rule does contain the _progress property, the transaction in queue_worker will keep failing because _progress is set to null. We should either update the doc or update queue worker.
The text was updated successfully, but these errors were encountered:
In README.md, under Queue Security, the validate rule under rules/queue/tasks contains
Notice the presence of the _progress property. However, in
queue_worker.js
, in_resetTask
, we have:So, if the validate rule does contain the
_progress
property, the transaction in queue_worker will keep failing because _progress is set to null. We should either update the doc or update queue worker.The text was updated successfully, but these errors were encountered: