bcrispcvna

Results 3 comments of bcrispcvna

> Given all of this above -- I think that a suitable workaround to ensure that a disabled timer only runs in production would be to add something like this...

as a sidenote, for our workaround we're using the managed service identity since it seems the most reliable at this point

@chlafreniere In our case we're using EFCore on some classes that have owned types stored as JSON and want to use sql trigger when records are inserted. Here's a simple...