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
I noticed events weren't firing in my watchers. I only have one subscriber that looks like this $cache.milestones.query({project_ids: [projectId]}).use({suspend: false}). If I remove the config inside of the use watcher callbacks do get called.
The text was updated successfully, but these errors were encountered:
I noticed events weren't firing in my watchers. I only have one subscriber that looks like this
$cache.milestones.query({project_ids: [projectId]}).use({suspend: false})
. If I remove the config inside of the use watcher callbacks do get called.The text was updated successfully, but these errors were encountered: