.NET Core Background Jobs With Coravel Open-Source Tooling

preview_player
Показать описание
In this video, I'll show you how to use Coravel to easily put heavy IO or CPU-bound work into background jobs.

Doing this can help improve the user experience of your .NET Core web applications. Users won't have to wait for back-end logic to run anymore, giving them a more responsive experience!
Рекомендации по теме
Комментарии
Автор

Hi, James love the videos, couple of questions Coravel Pro can be use for commercial use when bought license, wondering can Coravel be used for commercial use?

thanks

harrylyod
Автор

Derek already pointed out some flaws 😥 The event would more appropriately be named UserVerificationRequested. Or even, using a command-handler like pattern might work well.

jameshickey
Автор

hey james, i want to ask, i have 2 methods that are sync and async, i give 4s task delay on async, what happen if i add the async and sync to the queue,
so the sequence is i add async first, and then sync,
how this works? is the sync gonna wait for the async finsihed(which is 4s delay)? thanks

panjul
Автор

we're starting to use Coravel Pro on our company, thanks for the content!
btw, has anyone ever told you you look like Martin Starr? Cheers from Brazil

sombraSoft