Bug 272020 - [NEW PORT] www/py-uwsgi_tasks: Asynchronous tasks management with UWSGI server
Summary: [NEW PORT] www/py-uwsgi_tasks: Asynchronous tasks management with UWSGI server
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/Bahus/uwsgi_tasks
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2023-06-16 03:44 UTC by Ivan Rozhuk
Modified: 2023-06-16 03:45 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.95 KB, patch)
2023-06-16 03:44 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2023-06-16 03:44:37 UTC
Created attachment 242801 [details]
patch

UWSGI Tasks engine

This package makes it to use UWSGI signal framework for asynchronous
tasks management. It's more functional and flexible than cron scheduler,
and can be used as replacement for celery in many cases.