Parsa Esfahanian

Results 2 issues of 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: ![image](https://user-images.githubusercontent.com/48320537/168423569-29e8c665-ad8d-46c0-877e-aee2d1d85445.png) Error message is: `Main.panel._leftCorner is...