type
This commit is contained in:
@ -19,7 +19,7 @@ class ServiceListener(Consumer):
|
|||||||
# gather/manage/process data based on the particular needs
|
# gather/manage/process data based on the particular needs
|
||||||
logging.info('Incoming message: %s', body)
|
logging.info('Incoming message: %s', body)
|
||||||
|
|
||||||
# have to swith to either this or the AbilityEstimationService
|
# have to switch to either this or the AbilityEstimationService
|
||||||
# but depending on if we can add the tagset to the sqs message body
|
# but depending on if we can add the tagset to the sqs message body
|
||||||
# we either extract that and then delegate to the appropriate service
|
# we either extract that and then delegate to the appropriate service
|
||||||
# or get the action tag from the object through the aws helper function
|
# or get the action tag from the object through the aws helper function
|
||||||
|
Reference in New Issue
Block a user