-
As this functionality is provided by other tools, such as cron and whenjobs [1], I wonder whether we should pursue it. This is the appropriate place to discuss and follow up.
[1] http://rwmj.wordpres…
-
I am using snakemake 7.25.0 on a slurm cluster. I am trying to use a slurm profile:
```
jobs: 100
use-singularity: True
keep-going: True
rerun-incomplete: True
printshellcmds: True
max-jobs-p…
-
I was playing with sidekiq a bit and replacing delayed_job with it is _really_ easy, just replace `:delayed_job` with `:sidekiq` as the `active_job.queue_adapter` and be done.
Running sidekiq works w…
-
### What happened?
选取2个不同的kudu表导入数据进Doris 一个显示完成的数据和Doris进去的一样 一个显示的不一样
### Version
4.2.2 (Default)
### OS Type
_No response_
### Java JDK Version
Oracle JDK 1.8.0
### Relevant log output
`…
-
I have simply installed the gem as the README says, and this is my configuration of Resque::Schedule
```
task "resque:setup_schedule" => "resque:setup" do
require 'resque-scheduler'
Resque::Sched…
-
# Description
The Que scheduler migration calls `Que::Scheduler::VersionSupport.enqueue_a_job(Que::Scheduler::SchedulerJob)` when applying the first version of Que scheduler. This is not a problem …
-
## Summary
Looking at
https://github.com/concourse/concourse/blob/4ca828100f9ab862b7d96d888e34e8f2ab3635cf/atc/db/resource_config_scope.go#L320-L323
when a new version is
created, it will …
-
Right now, every Job has the same priority and if no candidate node is available the Task stays in `PENDING` state.
An alternative would be to provide a priority to every Job.
When no node is availa…
-
---
Author Name: **Mark Donohoe**
Original Redmine Issue: 39, http://www.fossology.org/issues/39
Original Date: 2011/12/06
Original Assignee: Alex Norton
---
Using the fossology script that is ins…
-
# Description
Currently, we have `run_type` in the DagRun table but there's no way to determine what job created a DagRun (no 1-1 relation between DagRun and Job). This can be helpful in debugging …