Skip to content
#

workflow-engine

Here are 252 public repositories matching this topic...

mac9416
mac9416 commented Apr 17, 2020

Summary

It would be nice if there were a dropdown or auto-complete for the label filter input.

Motivation

Unless you happen to know the exact text of the label you're trying to filter by, it's difficult to apply filters. It's also not immediately obvious in the UI that the label should be expressed as key=value.

Proposal

I think the label text box input should be replaced wi

csrster
csrster commented Mar 25, 2020

The documentation for installing jobtype plugins is unclear. Specifically

Extract the archive into AzkabanExecutorServer ./plugins/ directory, rename it to jobtypes as specified above.

Firstly, what is meant by "the archive"? I assume it means the jar-file e.g. az-hadoop-jobtype-plugin-0.1.0-SNAPSHOT.jar . Is that correct? [No it wasn't see my follow ups below]

Secondly, there is al

lauralorenz
lauralorenz commented Apr 6, 2020

Use Case

Please provide a use case to help us understand your request in context
The Kubernetes Job tasks in our task library mimic the Kubernetes API, but an expected 'normal' use case of them is composed of several steps, namely creating a namespaced job, polling for it to complete, and deleting the job at the end. Right now no task in the task library knows how to poll for job status, an

ClarenceR89
ClarenceR89 commented Oct 21, 2019

In the docs at

https://workflow-core.readthedocs.io/en/latest/json-yaml/

you make reference to IDefinitionLoader and indicate that using should be using WorkflowCore.Services.DefinitionStorage;

this is incorrect as the interfaces are at WorkflowCore.Interface

Also typos in this doc:
WorklfowCore.Primitives should be WorkflowCore.Primitives
`using using WorkflowCore.Servic

npepinpe
npepinpe commented Mar 25, 2020

Description

We currently perform no checks when asked to commit a pending snapshot. It's then possible to commit snapshots older than the current one. While relatively safe right now (as we simply don't use them, and they eventually get removed on the next newer snapshot), it could eventually lead to issues as this is unexpected (and may lead to developers wasting time as they wouldn't expe

nextflow
twbattaglia
twbattaglia commented Jan 7, 2020

New feature

Ability to specify the Compute Engine disk type (pd-standard or local-SSD) found in the new Cloud Life Sciences API (https://cloud.google.com/life-sciences/docs/reference/rpc/google.cloud.lifesciences.v2beta#disk).

Usage scenario

Job's that require a high input/output operations per second and lower latency (https://cloud.google.com/compute/docs/disks/local-ssd).

S

pietromarchesi
pietromarchesi commented Feb 1, 2018

Hi,

I am trying to switch to SciLuigi from Luigi because I am interested in having support for SLURM. However, I cannot find any docs which show how to set up SlurmTask tasks. I am reading through the code, but it's still not clear to me what the intended usage is. Do you have any examples? I'd happy to write up and contribute a documentation page once I get the hang of it, I think it would be

aiida-core
giovannipizzi
giovannipizzi commented Feb 28, 2020

If I write verdi ru count_query.py and I press TAB I get on screen

  File "/Users/pizzi/.virtualenvs/aiida_core_dev3/bin/verdi", line 10, in <module>
    sys.exit(verdi())
  File "/Users/pizzi/.virtualenvs/aiida_core_dev3/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/Users/pizzi/.virtua

Improve this page

Add a description, image, and links to the workflow-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflow-engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.