Skip to content

ActivityQueueService: replacing requests library usage with asynchronous alternative

Within the worker, instead of using Python's synchronous requests library to send the activity, use an asynchronous alternative, like aiohttp

It will improve the performance of the ActivityQueueService when using one worker (#362 (closed) )