Skip to content

continuouspipe/message-puller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message Puller

Pulling messages from Google Pub/Sub and periodically acknowledging them is not a piece of cake in PHP. This Go binary will pull the messages, start a PHP process for the message and extend their deadline until the process is finished (or timed-out).

./puller -google-project-id=[project-id] -service-account=[base64-encoded] -subscription=[subscription-name] -script-path=[path]

The script with be ran with the following arguments:

  1. The base64-encoded message
  2. The base64-encoded JSON array of attributes

About

Google Pub/Sub message puller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published