Giter Site home page Giter Site logo

task-runner's Introduction

See my personal GitHub Pages

❤️ Repositories

KnoMa KnoMa Hierarchical data transformations Open hypothesis Data bot Horizon

📘 Linked Data Repositories

Extract Transform Load DCAT-AP Viewer SPARQLess

📘 Bioinformatics & Cheminformatics Repositories

Autodock Vina Autodock Vina Autodock Vina

All Repositories

task-runner's People

Contributors

skodapetr avatar

Watchers

 avatar

Forkers

fossabot

task-runner's Issues

Add caching option for POST

Allow user to specify content of POST as a key. The key should be used to identify the task in a same way the URLs are used now.

Implement simple read-only web-client

Functionality:

  • Task list
  • Wait page for a given task,
    • Support redirect to given URL
  • Finished task overview
    • Show status, start, end, id ..
    • Link to created files

Add lazy load for tasks

For some tasks there might be hundred of thousand instances, loading all of takes a lot of time. While this is required for tasks that should be executed it is not necessarly true for readOnly tasks.

So we need to add lazyLoad option for readOnly tasks. If the option is checked the tasks are not pre-loaded into the application.

Add environment based configuration

The task definition can be deployment specifi. As of now different definitions must be used for different environments. We can mitigate that by allowing user to specify environment variables in the task configuration and definition.

Serve .gz files

We need an option to serve gzipped files from the public directory. If turned on this should be transparent. For example, user request file.txt, if there is file.txt in public directory it should be served. If there is no such file but there is file.txt.gz it should be served instead.

Add time to live option

There should be an option in task definition that can be used to define when the task should be deleted. For example user should be able to define that a task should be deleted in two weeks. There may not be a strict definition when the detele should happen, the delete can be carreid out by some periodic operation once upon a time.

The TTL can be set in minutes and should be evaluated from the last task change.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.