Fabrizio

Results 123 comments of Fabrizio

This is not currently possible with RLS, since upsert requires the record to be selected first. One way around this is to use signed upload URL's so that it won't...

Thank you for this plugin really, in just 1.5k have this is really amazing need just to fix that. But anyway i tried that it doesn't work. I tried even...

I think that using signed url could also be used to "whitelist" options, closing for now

Feel free to re-open when providing more information

I've made it work as follows, let me know if that helps ```ts import {Router, StaticRouter, StaticRouterContext} from "react-router"; import { createMemoryHistory } from 'history'; import {syncHistoryWithStore} from "mobx-react-router"; function...

Hi @Aadilhassan thanks for your kind words. I still need to implement this feature in storage-js (the client) once that's done I'll create the official docs. Will let you know...

@tusamni Yes correct! 🎉 @bombillazo The client-side changes are in the making

Hi, @timgit recently the new producer is constantly sending approximately 30k jobs per hour but the current workers can not keep up and only be able to process half of...

@timgit After further investigation it seems that the issue is caused by the sorting on the `nextJob` https://github.com/timgit/pg-boss/blob/master/src/plans.js#L379 Since there is no compound index on these columns when the table...