Investigate SW flow when registering / unregistering
Categories
(DevTools :: Application Panel, task, P1)
Tracking
(Not tracked)
People
(Reporter: ladybenko, Assigned: ladybenko)
References
(Blocks 1 open bug)
Details
(Whiteboard: [m1.1-mvp])
The data we are getting from the listAllWorkers method seems to be odd when workers just registered or unregistered. It may be an issue with platform, we should investigate.
-
When registering a worker, we first get a list with the worker already present, but the
url/namefields (which are the same) missing. Later on,listAllWorkersreturns the full data. -
When unregistering a worker, we immediately get the worker in the list, but with the
scopefield missing. Later on, the worker gets removed from the list returned bylistAllWorkers.
This may or may not be expected behavior, so we have to confirm the flow, get logs, and contact folks from platform.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Spoke with :asuth, what's happening is not intended behavior platform-side. He created the following bugs:
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Description
•