Skip to content

FoxitJohnny/worker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDIS_HOST=localhost ELASTIC_VERIFY_CERTS=no ELASTIC_HOST=https://elastic:[email protected]:9200 celery -A worker.celery_worker worker -l info -E

Shows queues

REDIS_HOST=192.168.1.101 celery -A worker.celery_worker inspect registered

GUI

pip install flower REDIS_HOST=192.168.1.101 celery -A worker.celery_worker flower

Troubleshooting

Make sure that redis host in Tracardi is the same as redis in Worker.

Common mistake:

In tracardi REDIS_HOST = http://url:port/1

In worker REDIS_HOST = http://url:port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Dockerfile 1.8%
  • Shell 0.3%