Open malev opened 11 years ago
As a comment. The DropBoxCreatorTask
should be only responsible of initializing the class that will actually generate and save the documents. I recommend you this:
DropboxCreator # The class that holds all the document's generation, saving operations and etc..
DropboxCreatorJob # The job that actually enqueues all the DropboxCreator related tasks.
What do you think?
Please don't merge till we test it