Skip to content
  • James Rouzier's avatar
    feature/pfqueue-golang (#7893) · 402422d0
    James Rouzier authored
    * Init main
    
    * Add an additional check to make sure the switch
    
    * Normalize output
    
    * Add PfQueueConfig
    
    * Fix naming
    
    * Fix namespace
    
    * upgrade to github.com/redis/go-redis/v9
    
    * Make fields every reconnect integers
    
    * fix redis dependency versioning
    
    * Update to use a context
    
    * Add the run dir
    
    * Add pfqueue-backend.sock file
    
    * Add files
    
    * Add the pfqueue consumer and backend client
    
    * Add perl backend
    
    * Add status updater to consumer
    
    * use integers for workers task_jitter max_tasks
    
    * set the name of worker
    
    * send the name of the worker
    
    * Return error properly
    
    * Match data types
    
    * Add consumer for single and multi queue workers
    
    * add pfqueue-go
    
    * Add services
    
    * Add delayed queue processing
    
    * Run DelayedWorkerQueues
    
    * Add a logger to the context
    
    * Rename variable for consistency
    
    * Change name
    
    * Change name
    
    * Update signature of SendTo
    
    * Only process a single queue
    
    * Update README.md to get...
    402422d0