Parsa Esfahanian
Parsa Esfahanian
I have the following method that runs as a background task: ```py import logging from config.celery import app from config.queues import my_queue logger = logging.getLogger(__name__) @app.task(name='my-method', queue=my_queue) def my_method(**kwargs) ->...
I had the extension installed and working properly. After the latest updates, it works OK, but gives the following error on the extension app:  Error message is: `Main.panel._leftCorner is...