Skip to content

Instantly share code, notes, and snippets.

@certator
certator / Dockerfile
Last active August 10, 2021 17:17
celery ETA+gevent bug
FROM python:3.7.8-alpine3.12
RUN apk add --no-cache python3-dev libffi-dev gcc musl-dev make git
#RUN pip install redis gevent fire
#RUN pip install celery==4.4.6
#RUN pip install git+https://github.com/celery/celery.git@455e0a0e86679eaaba9f0da533066627b1d79296#egg=celery
WORKDIR /app
COPY requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt

Keybase proof

I hereby claim:

  • I am certator on github.
  • I am certator (https://keybase.io/certator) on keybase.
  • I have a public key ASBEuO5LN6GiLcBTKQYQlOtL-FeKBwtoaGVJ0SnDaQDmrgo

To claim this, I am signing this object:

@certator
certator / gist:4170267
Created November 29, 2012 16:45
lastplayer bug
obj = "The Wretched (трейлер \"Космополис\")"
j = $.toJSON(obj) // делаем json
e = eval("(" + j + ")") // проверка, все хорошо
sendReq({
method: "saveplaylist2",
data: j
}, function (a) {})