core-dotnet icon indicating copy to clipboard operation
core-dotnet copied to clipboard

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

Results 8 core-dotnet issues
Sort by recently updated
recently updated
newest added

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...

bug

Update the donet config with changes made in the nodejs lib.

enhancement

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....

bug

Show progress bars and better formatting ![screenshot](https://user-images.githubusercontent.com/1761510/88401124-f0f72400-cd8e-11ea-8c2d-a0275eab20f8.png) When writing logs to the console, the formatting of the items processed and also the _Press q to quit_ gets all janked up....

enhancement

When a process type cannot be found, throw an exception/alert the users to the issue.

bug

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...

enhancement

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