Jeffrey Gelens

Results 9 comments of Jeffrey Gelens

We encountered this issue as well, this patch really helps to prevent the system to get into a incomplete state.

@zaiste could you update the Pypi package or add more maintainers?

You might wanna update setup.py with Python 2 instead of 3 before uploading a new version to Pypi. It's not Python3 compatible. `"Programming Language :: Python :: 3", -> "Programming...

@denisvm it doesn't compile on python3 for me. PyString_AsString for example doesn't exist in Python3

Currently working on a gevent worker. Other async libs shouldn't be too difficult either once this is done.

It's in my fork for now https://github.com/jgelens/rq/ Please check the examples dir.

1. bin/rqworker doesn't have an option for this (yet). For now import the GeventWorker instead of Worker to use Gevent. 2. The samephore is indeed only there to get the...

@nvie Killing greenlets is certainly possible. I'll look into the discussion above later this week and post my thoughts.

That's the (censored) name of my Phoenix application. Tasks.Release (https://hexdocs.pm/mix/Mix.Tasks.Release.html) detects the conflict, probably because the same module is declared in different files in the same build (in my app...