this is from 8 years ago. a lot has changed, in technology, business, etc. does insta still use Celery?
@kienphan64366 ай бұрын
great talk thank you!
@hokcuan2390 Жыл бұрын
Watch it just now, still awesome!❤
@OskarPaolini10 жыл бұрын
Enjoyed this very much, thank you!
@vvp85904 жыл бұрын
No BS, to the point talk. Awesome.
@kaoskitteh11 жыл бұрын
Great talk. Thanks!
@Kideqx7 жыл бұрын
i love this stuff!
@DJBenito3044 жыл бұрын
How does he get rid of the SHIM?
@DanVasquez0xFF6 жыл бұрын
15:37 this is not a good pattern you shouldn't call a task from another task that way. I would be better to create a workflow where check_url raises an error when spam is found and take_some_action is bound to the on_error task method of check_url. ex: # in the caller check_url.s(id, url).on_error(take_some_action.s(id, url)).delay()
@drdzdd4 жыл бұрын
Great talk, but still don't get what this chained task thing is ..
@rjs56134 жыл бұрын
I think thats a simple recursive batch execution. The completion of the one batch triggers next with an offset.
@gokukakarot63234 жыл бұрын
think of it as pagination
@ptitjo94754 жыл бұрын
9:30
@jivanmainali17423 жыл бұрын
Is redis user ID list unbounded and ever increasing