seamless-io / seamless-web

Seamless Cloud is a serverless compute platform to run Python script on schedule with a focus on ease of use.
Apache License 2.0
4 stars 0 forks source link

execute by schedule in a different thread #89

Closed andheroe closed 4 years ago

andheroe commented 4 years ago
  1. Now you need to use get_db_session() every time you need to work with the db. It automatically creates a new session for each thread you're in.
  2. Fixed the issue of a job running multiple times because of lambda connection timeout and restart by not waiting for task to execute when getting requests from "scheduling lambda".
  3. Fixed the security breach of sockets. Now we only send socket events to the user that should receive those events, not to everybody.