I hereby claim:
- I am duanejeffers on github.
- I am duanejeffers (https://keybase.io/duanejeffers) on keybase.
- I have a public key ASBmdC7YOcv29Sear2jJJXm98JDVdgQ75dZwDHBa9Z9psQo
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 15LzBLftyMJ76duN5wx1XfdEmckwT6rYZ5 https://explorer.blockstack.org/address/15LzBLftyMJ76duN5wx1XfdEmckwT6rYZ5 |
I hereby claim:
To claim this, I am signing this object:
I'm working on a website that uses a telephony api to accept incoming text messages and phone calls, and inserts the data using Beanstalk and some workers. The biggest issue is using workers to work on fragments, so as to reduce the duplicate coding.
For example, I have a single Phone worker, that does all the work with a phone number (like validation, formatting, and then inserting or updating it in the database). I also have a workers for incoming text messages (SmsWorker) and phone calls (PhoneCallWorker), and they require data from the database table that the Phone worker primarily inserts in to. Since the primary workers (SmsWorker and PhoneCallWorker) are queuing work for the secondary worker (PhoneWorker), one of two things must happen to make them work together: