i'm struggling with postgres and async task queue
i'm trying to create a new table - whatever worker reach this point first - create the table
using the statment
create table if not exists
'table already exists' exception raised
this is really wierd, because when doing so whith single worker - i.e trying to create the table twice synchronously, the second time it writes a notice (not exception)