Jef King

Results 11 issues of Jef King

If you'd like to submit a Repo to the Azure Serverless Community Library, fill out the following template: - Title: Unable to deploy ________ - Description: When you deploy from...

bug

Rating and Review system on this; so that we can ensure top quality. Also, ideas like complexity, full solution, or just learning could be interesting.

UX
back end

I created a simple way to deploy Azure Functions; and I was leveraging the visualizer to show the components. Did you change the URL to display ARM.json files from GitHub?...

``` namespace King.Service.ServiceBus.Demo.Processors { using System; using System.Diagnostics; using System.Threading.Tasks; public class LoggingProcessor : IBusEventHandler { public Task Process(object data) { Trace.TraceInformation("{0}", data); return Task.FromResult(true); } public Task OnError(string action,...

Restart Tasks when they fail.... Tasks like Init tasks are not retried/restarted when they fail. However, if you are running long running tasks, like WCF/Event based task, if a failure...

enhancement

The ability to start tasks with delays between groups. use case: initialization Tasks, where secondary tasks are dependent on resources being created.

enhancement

Make the docker container -e for the Storage Connection String.

enhancement

How do you ensure that a MAX number of dequeuing is occuring?

enhancement

Determine the best way for the framework to handle the release renew.

enhancement