I see! So resuming a task with Task.get_task and then task.mark_running (or whatever) is different than using a task initiated in the current context? Those two behave different in this respect? If I work on a notebook for a day and want to pick it up the next day, is it more sensible to just init a new task?
Hi @<1836213542399774720:profile|ConvincingDragonfly85> , from my understanding as long as you run Task.init()
at the start, running any cell afterwards should update the backend
And thank you so much for responding! You've been very consistently helpful with my questions as I learn the platform! :)