Skip to content

gumloop/gumloop-celery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12,861 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gumloop Fork of the Official Celery SDK

This fork was created for use with gumloop since the official package does not have spawn support for concurrency.

The core should be rebased from main of the official repository from time to time.

Official Repository

Official Repository URL

Building and Deploying

Building the Package

To build the package:

python -m build

This will create distribution packages in the dist/ directory.

Deploying to Artifact Registry

To deploy to Google Artifact Registry:

python -m twine upload --repository-url https://us-west1-python.pkg.dev/agenthub-dev/gumloop/ dist/* --skip-existing

You'll need appropriate authentication credentials configured for the Artifact Registry repository.

About

Fork of the official Celery Distributed Task Queue for use in Gumloop

Resources

License

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.5%
  • Other 1.5%