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
During development, it's easy to cause an error in the scheduler, which then hangs any tasks that are doing a wait or fetch on a Dagger task from Dagger.@spawn. We should instead throw a SchedulingException on all those tasks so that they can return.
The text was updated successfully, but these errors were encountered:
During development, it's easy to cause an error in the scheduler, which then hangs any tasks that are doing a
wait
orfetch
on a Dagger task fromDagger.@spawn
. We should instead throw aSchedulingException
on all those tasks so that they can return.The text was updated successfully, but these errors were encountered: