wokis
wokis
I was trying to implement task cancelation using the same principles as the shell when I ran into this bug. It would be nice if `JobContext.job` status was updated when...
`procrastinate.manager.JobManager.list_jobs(id=)` should also work, shouldn't it? However I can't seem to get it to work with synchronous tasks as listing the jobs raises a `RuntimeError('This event loop is already running')`.
Had time to return to this issue. I was thinking about someting like this: ```sql CREATE FUNCTION procrastinate_finish_job(job_id integer, end_status procrastinate_job_status, next_scheduled_at timestamp with time zone, delete_job boolean) RETURNS void...
> Just tried to do something similar as well. I have a job that fetches a file. I want retries for network errors, but if the file is unparseable I...
This works for me. ```typescript export class MyScale extends Scale { static id: string = 'myScale'; } ```
> Samba bugs are better reported to bugzilla.samba.org even when present > in upstream Heimdal for visibility to the Samba AD developers who can > work on this. > >...