01-21-2017, 09:51 AM
I forgot to mention, future versions of my job queue will use either Gearman or Beanstalk. My main goals with UserSpice are to create an easy to use subscription (Done) access to an API (Done) script I can deploy many sites/services with. My current job queue code is very nice but Gearman or Beanstalk are a natural progression since they're more scalable (Can farm jobs out to multiple servers even).
The use of my job queue and API are not necessary in order to use the subscription model but they're there. The API does contain the code for processing payments but all other API functionality can safely be removed.
The use of my job queue and API are not necessary in order to use the subscription model but they're there. The API does contain the code for processing payments but all other API functionality can safely be removed.