core-dotnet
core-dotnet copied to clipboard
Multi-threaded batch processing and background jobs for .NET Core
Job with multiple steps, where each step is treated as an item processed in a job. Steps are configured in the constructor and executed in order. ``` public class JobWithSteps...
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...
Update the donet config with changes made in the nodejs lib.
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....
Show progress bars and better formatting  When writing logs to the console, the formatting of the items processed and also the _Press q to quit_ gets all janked up....
When a process type cannot be found, throw an exception/alert the users to the issue.
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...
Is there an example how to write integration tests for runly? I would need something like https://github.com/runlyio/core-dotnet/blob/698d9176c65f630db174e49438e9a9d08e846962/test/Runly.Tests/Scenarios/Running/Running_a_job.cs#L39 but this one is using some internal methods