Petisco

Latest version: v2.1.8

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

Scan your dependencies

Page 46 of 54

0.28.2

Not secure
* Fix bug on task configuration. It's been using `instant` instead of `recurring`.

0.28.1

Not secure
* Use `uuid.uuid4()` as `EventId` generator
* Now `RequestResponded` do not includes http content for 2XX status codes.

0.28.0

Not secure
* Refactor RabbitMQEventSubscriber to avoid problem when an application instanciate more than one object
- Use `start` instead `subscribe_all`
- Use `stop` instead `unsubscribe_all`

0.27.2

Not secure
* Fixed bug in scheduled tasks
* Fixed bugs and add integration tests for `subscriber_handler`

0.27.1

Not secure
* Update when the log is printed when petisco application starts

0.27.0

Not secure
* Refactor cron instances. Now we will use tasks definition 68
- Add different task types: `recurring`, `scheduled`, `instant`.

yml
tasks:
recurring-task:
run_in: 5 seconds
interval: 10 seconds
handler: taskmanager.tasks.recurring_task
scheduled-task:
run_in: 10 seconds
handler: taskmanager.tasks.scheduled_task
instant-task:
handler: taskmanager.tasks.instant_task

Page 46 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.