thephpleague / tactician-bernard

Tactician integration with the Bernard queueing library
MIT License
19 stars 3 forks source link

Add examples #16

Open sagikazarmark opened 9 years ago

sagikazarmark commented 9 years ago

We cannot document every aspect of the plugin with code examples on the website, so we should add some code examples.

sagikazarmark commented 7 years ago

Started something here: https://github.com/sagikazarmark/bgphp-background-processing-examples

tlfbrito commented 7 years ago

👍 I also having problems trying to configure Tactician with Bernard.

I'm already able to serialize the queue command into a json automatically, but when consuming i'm getting:

Could not denormalize object of type Bernard\Message, no supporting normalizer found.

samgreenwood commented 6 years ago

@tiagobrito having the same issue here, did you ever find a solution?