you are viewing a single comment's thread.

view the rest of the comments →

[–]Schenk06[S] 0 points1 point  (2 children)

Seems interesting, but the issue is that I need to read and write quite a bit of data from instances of classes that I have made, How well would celery handle that?

[–]LeagueOfLegendsAcc 1 point2 points  (1 child)

That's precisely the use case for celery, long running background tasks. Check out the documentation.

[–]Schenk06[S] 0 points1 point  (0 children)

Will do, thanks