session
Friday, May 19th, 11:00
Almost every application has tasks or jobs that are better suited to the background, and cbq
makes it easier and traceable to manage those jobs. cbq can scale from simple background tasks to a database to any message queue provider. Come learn how to get started with background tasks in your application.
Anyone who wants to run tasks in the background will benefit from this session. That includes those who just want to send an email without blocking the request. Queues are inherently asynchronous, so some exposure to asynchronous code will help a lot but is not required.