Peter-Optiway
Peter-Optiway
Is there some way to define what schema is used in Postgresql? If i look in the master branch it seems to be hardcoded could you please enable us to...
Hi i get the following error when using the MemoryStorage: ```c# 2019-09-03 12:02:23 [WARN] (Hangfire.Server.Worker) Slow log: Hangfire.DisableConcurrentExecutionAttribute performed "OnPerforming for e1e86681-70dc-484e-b7ba-015188696f79" in 60 sec 2019-09-03 12:02:23 [ERROR] (Hangfire.AutomaticRetryAttribute) Failed...
Any chance you could add support for json logs Example: ```json { "time": "2018-04-05 14:41:24.4791", "level": "INFO", "thread": "15 ", "message": "Request received (\"DB\", \"Save\")", "module": "DB", "method": "Save" }...
Any chance you could add support for json logs Example: ```json { "time": "2018-04-05 14:41:24.4791", "level": "INFO", "thread": "15 ", "message": "Request received (\"DB\", \"Save\")", "module": "DB", "method": "Save" }...
I'm using your `WebSocketListener` the following way: ```c# class Program { static void Main(string[] args) { CancellationTokenSource cancellation = new CancellationTokenSource(); var task = Task.Run(() => RunServer(cancellation.Token)); Console.WriteLine("Press any key...