Skip to content

Very useful library to implement async processes, e.g. delayed emails sending, invoice generation, video conversion, calculation of large amount of data etc, in short for all cases, when the direct sync execution is not possible or in a limited resource env. Thanks to queue integration it is possible to scale and distribute the load among multip…

breathbath/go_async_executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very useful library to implement async processes, e.g. delayed emails sending, invoice generation, video conversion, calculation of large amount of data etc, in short for all cases, when the direct sync execution is not possible or in a limited resource env. Thanks to queue integration it is possible to scale and distribute the load among multiple nodes very easily. The library allows to integrate different queue backends and contains already integrated amqp implementation.

About

Very useful library to implement async processes, e.g. delayed emails sending, invoice generation, video conversion, calculation of large amount of data etc, in short for all cases, when the direct sync execution is not possible or in a limited resource env. Thanks to queue integration it is possible to scale and distribute the load among multip…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages