GithubHelp home page GithubHelp logo

runlyio / core-dotnet Goto Github PK

View Code? Open in Web Editor NEW
76.0 7.0 7.0 628 KB

Multi-threaded batch processing and background jobs for .NET Core

Home Page: https://www.runly.io

License: MIT License

C# 100.00%
batch-processing background-jobs job-scheduler job-queue multi-threading

core-dotnet's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

core-dotnet's Issues

Share data between chained processes

When one process runs as a result of another process completing, match fields from the output of the first process with the config of the second and copy data (possibly only in the case the config does not have a value for a given field). E.g., if the process DataImport runs after MoveFile and MoveFile's output and DataImport's config have fields named "FilePath", then the value in MoveFile's FilePath would be set in DataImport's config. This allows for simple chaining together of processes where some data needs to be shared between the two.

Support setting config properties via command line

Similar to how the Node.js version works, it would be great for ease-of-use (and especially for quick demos) to be able to run a job without having to first create a json file first. Something like this:

myapp run helloworld --names Rick --names Morty --execution.parallelTaskCount 3

This would be the equivalent of this json config:

{
  "job": "helloworld",
  "names": ["Rick", "Morty"],
  "execution": {
    "parallelTaskCount": 3
  }
}

Job sticks around doing nothing after timing out on the server

To reproduce:

  1. Queue a job and let it start.
  2. Sever its connection to the API.
  3. Wait for it to timeout on the server.
  4. Restore the connection.

The job will be in an ambiguous state where the process is running and there is no feedback in the console.

Bug writing results to console

When an exception is thrown in Initialize:

Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
   at Runly.ResultLog.ToString()
   at System.IO.TextWriter.WriteLine(Object value)
   at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value)
   at System.Console.WriteLine(Object value)
   at Runly.Hosting.RunAction.RunAsync(CancellationToken token)
   at Runly.Hosting.RunAction.RunAsync(CancellationToken token)
   at Runly.System.Program.<Main>(String[] args)

Direct a run to a cluster or node

When queuing a run, the config should allow a cluster or node to be specified in order to direct the run to that cluster or node.

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.