OK-UNDP
Results
2
comments of
OK-UNDP
I am using ADAL as part of `Celery` tasks inheriting from a base class that maintains single `requests` session. The Celery worker is executed with `gevent` pool option and the...
@rayluo I use the second approach in my distributed MS Graph API exporter project (check out [MsGraphExporter](https://github.com/undp/MsGraphExporter) repo I've just published). Celery worker maintains longlived `AuthenticationContext` instance to be re-used...