Jasyncq

Latest version: v1.1.2

Safety actively analyzes 623775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.2

Implement ignoring tasks' dependency flag (Fetch with ignoring dependency is faster than not)(https://github.com/pjongy/jasyncq/commit/dde541a731920374385a2408a1c6028b19e34be5)

1.1.1

Fix deadlock probability (https://github.com/pjongy/jasyncq/commit/f77c8547aa965ed1397c5e315c435154086b2ce0)
- as-is: LOCK TABLE ...; COMMIT; SELECT ... ; COMMIT; UPDATE ...; COMMIT;
- to-be: LOCK TABLE ...; SELECT ...; UPDATE ...; COMMIT;

1.1.0

- Change deserializer to `pydantic`.
- Support dependencies between tasks. https://github.com/pjongy/jasyncq/issues/4
- Support task priority through `is_urgent` flag. https://github.com/pjongy/jasyncq/issues/2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.