hi
@Lev Zemlyanov - you can, there are server orchestration rules that would abort flow runs if there was a race condition like two workers picking up the same flow run, since a flow run cannot transition from RUNNING -> RUNNING
you might be interesting in
this, which was made with horizontal scaling in mind and based on websocket subscriptions instead of polling