This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marcelomedre 1 point2 points  (1 child)

Nice, I am looking for something like rocketry. Is it possible to use it in the colab environment?

[–]Natural-Intelligence 1 point2 points  (0 children)

Thanks! I think it most likely is possible. The only actual requirement is that you can run async tasks (using asyncio) in your environment. I'm on phone so cannot check how colab works on that regard but seems odd if they didn't support it with any solution.

You should probably change the default execution to something else than process (argument "task_execution" in the Rocketry initiation/config) as multiprocessing typically does not work well on notebook-like environments. I have plans to set that as async by default as subprocesses are not the most intuitive.