Skip to content

gumloop/gumloop-celery

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%