bobc82

Results 2 issues of bobc82

i tried to do migrations with more database: a default database and another. This is the database.php file: ``` ``` This is, instead, the first migration that runs fine: ```...

I ran a background process using flask-executor with this command: executor.submit_stored("TEXT_LABEL", background_function, args*) While i did some research i read that there is a method to kill an executor with...