Bella
Bella
I wish to when rotation, also Multi thread log to only one log file. How could I do ?
Thank you for using Pika. - IMPORTANT ----------------------------------------------------------- STOP NOW AND READ THIS BEFORE OPENING A NEW ISSUE ON GITHUB -------------------------------------------------------------------------- Unless you are CERTAIN you have found a reproducible...
celery config: RMQ = CONFIG['rabbitmq'] broker = 'amqp://{}:{}@{}:{}/{}'.format(RMQ['user'], urlquote(RMQ['password']), RMQ['host'], RMQ['port'], RMQ['vhost']) app = Celery('iris', broker=broker, backend='rpc://', include=[ 'dialog.taskmgr.clear_temporary_file', 'dialog.taskmgr.download_detail_task', 'dialog.taskmgr.business_statistic', 'dialog,taskmgr.tasks' ]) app.conf.update( result_backend_transport_options={ 'visibility_timeout': 3600, # 1 hour...
# Checklist - [ ] I have verified that the issue exists against the `main` branch of Celery. - [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions)...