Max Malysh
Max Malysh
I've tried ``` pip install https://github.com/ploxiln/fab-classic/archive/python38_parallel.tar.gz ``` with this fabfile: ``` from fabric.api import env, put, run, parallel env.hosts = '[email protected]' @parallel def test(): run('hostname') ``` and this is what...
It kind of works... ``` @task @parallel def test(): run('hostname') ``` Output: ``` (venv) MacBook-Pro:myproject mmalysh$ fab test [[email protected]] Executing task 'test' [[email protected]] Executing task 'test' [[email protected]] run: hostname [[email protected]]...
Using floats for handling financial data is super dumb. It's a receipt for disaster.
This is a duplicate of https://github.com/celery/django-celery/issues/573. Currently, the latest version in PyPi is 3.3.0 and it's broken. It won't even start. @auvipy has fixed the issue, but didn't upload the...
Thanks for the PR! I guess this will fix https://github.com/trentm/django-markdown-deux/issues/35? @trentm could you merge this, please?
The problem is still present in `celery==5.2.7`. We launch Celery via systemd. Our log path is defined this way: ``` CELERYD_LOG_FILE="/home/example/log/celery/%n%I.log" ``` This works and we see logs in this...
The same issue on the upstream repository: https://github.com/aaronbassett/DisposableEmailChecker/issues/12
We just have discovered that we can add Events and we absolutely want and need to show events on all our dashboards