Is it common to run regular scripts on database such that the “status” of some object model/field are updated regularly?
s
sorenbs
11/20/2018, 7:55 AM
It's quite common to have background workers for tasks like this
h
hinsxd
11/20/2018, 10:05 AM
Thanks for letting me know about this. Could you suggest how I can do this in the presence of Prisma? Instead of writing Postgres scheduled workers, should I used a node script with prisma client to do so?