django-background-tasks
django-background-tasks copied to clipboard
Serializing tasks for remote task queue submissions
Hi,
Thanks a lot for the package. I've been using it for a couple years and it's great!
I'm refactoring a project and would like to be able to submit arbitrary funcs to be serialized and scheduled so that they can be de-serialized and run at the scheduled time. Clearly this isn't what this library was designed to do, but what do you think would be the least intrusive way to insert a deserializing sub-routine into the library?
Thanks,
Andrew