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
Expected the queue to pick up the task. In fact, when I tested this code 1 - 2 months back it was working perfectly fine.
Actual behavior
The queue does not pick up the task if it contains a JSON object as data. If I push the same task as above without the "contactNumbers" property, the task is picked up and begins executing.
The text was updated successfully, but these errors were encountered:
Version info
Firebase:
[email protected]
Firebase Queue:
[email protected]
Node.js:
6.9.1
Other (e.g. operating system) (if applicable):
Mac OS X El Capitan
Test case
Am pushing a task with a JSON object as part of the data:
Expected behavior
Expected the queue to pick up the task. In fact, when I tested this code 1 - 2 months back it was working perfectly fine.
Actual behavior
The queue does not pick up the task if it contains a JSON object as data. If I push the same task as above without the "contactNumbers" property, the task is picked up and begins executing.
The text was updated successfully, but these errors were encountered: