Sergey Odinokov

Results 287 comments of Sergey Odinokov

Hm, this is an interesting feature, but I don't understand how long arguments are displayed here without breaking the whole table? Also, it's possible to include background job arguments by...

Hi @Alexei000, this is an interesting idea to make everything work with SPA. But I have a question related to security – do I understand everything correctly, and some other...

All the preparations already made in 1.7.0 to support asynchronous background processes, and now there's a way to enable asynchronous APIs by changing every class starting from the top-level ones,...

Blocking fetch is only used when `SqlServerStorageOptions.QueuePollInterval` value is less than one second. You can simply use any value starting from `TimeSpan.FromSeconds(1)` to avoid calls to the `sp_getapplock` procedure.

Please act responsibly and store our personal information properly encrypted in a dedicated storage, and don't smear it on different parts of the system directly, otherwise it will be very...

Thanks for your work, @kogratte, but I can't accept this PR due to the following problems. Consider the following concurrent schedule, where two threads simultaneously call the `UniqueEnqueue` method with...

@Topkapi, thanks for the PR. Could you tell me more why these changes are necessary and what you are overriding in a derived class?

In version 1.7.0 there's the `BackgroundJobServerOptions.StopTimeout` property that sets the `TimeSpan` value (by default it's zero) for how long to wait for background jobs to be completed without firing `CancellationToken`....

Yes, processing server is waiting for completion of all of its background processes, and in this case background processes will be completed immediately, leading to almost immediate completion of a...

@pieceofsummer, merging? For 1.6.20 (`master` branch) we should ensure that the dashboard page looks fine, for 1.7.0 (`dev` branch) we can postpone this task to test it later.