toutas
toutas
I believe the issue lies at this mutex https://github.com/jamesmh/coravel/blob/a0c7a13bff297b5af5bb32036bfa576cd25c2482/Src/Coravel/Scheduling/Schedule/Scheduler.cs#L163C1-L163C21 24 hour maximum duration
> @toutas you're correct. The issue is related (a) the 24-hour timeout and/or (b) the underlying storage mechanism (e.g. .NET Core in memory cache). I suspect there are issues where...
> There's also the distinction between a normal job and a "long running job". Maybe there's an opportunity to mark an invocable as a "long running job" where under the...
[DbUp](https://github.com/DbUp/DbUp) is a great alternative solution to the EF migrations problem (schema, data, schema) since the migration scripts are executed in-order and are only applied once (schemaversions). integrating a migrations...
Any comments on best practice currently for approximating a draining solution with traefik load balancing? https://community.traefik.io/t/draining-traefik-itself-not-accepting-new-connections/15555/3 mentions shutting down listening port, which seems to be the best way to ensure...
can confirm the documentation is sound, as it goes through the same steps as we had to do for our domain managed by cloudflare
> @toutas when restoring from a dump you should put the instance in the `restoring` mode. Have a look the documentation: https://docs.timescale.com/migrate/latest/pg-dump-and-restore/ I did end up doing that, but it...
> > > [@toutas](https://github.com/toutas) when restoring from a dump you should put the instance in the `restoring` mode. Have a look the documentation: https://docs.timescale.com/migrate/latest/pg-dump-and-restore/ > > > > > >...
> > so what you are saying is I need to run it not on the initial postgres database, but create my target database before restoring? > > Exactly... because...
@Fred-sun the use-case is explicitly auto-deletion of resources when the VM is deleted, even when not using azure_rm_virtualmachine to delete VM. My understanding of 'remove_on_absent' is that it is only...