I wrote a small server to watch kill bill notifications, and i'm getting duplicated "SUBSCRIPTION_CREATION" events. Is this normal or am i missing something?
Example output:
2017-03-16T20:54:00.389Z - debug: Event received: eventType=SUBSCRIPTION_CREATION, accountId=204b5282-6929-462f-955f-39fef4a2304b, objectType=SUBSCRIPTION, objectId=311f4c14-7a0c-418c-a902-2b3d7935cd11
2017-03-16T20:54:00.390Z - info: ::ffff:192.168.127.156 - - [16/Mar/2017:20:54:00 +0000] "POST / HTTP/1.1" 500 - "-" "AHC/1.0"
2017-03-16T20:54:00.401Z - debug: Event received: eventType=ENTITLEMENT_CREATION, accountId=204b5282-6929-462f-955f-39fef4a2304b, objectType=SUBSCRIPTION, objectId=311f4c14-7a0c-418c-a902-2b3d7935cd11
2017-03-16T20:54:00.401Z - info: ::ffff:192.168.127.156 - - [16/Mar/2017:20:54:00 +0000] "POST / HTTP/1.1" 500 - "-" "AHC/1.0"
2017-03-16T20:54:00.406Z - debug: Event received: eventType=SUBSCRIPTION_CREATION, accountId=204b5282-6929-462f-955f-39fef4a2304b, objectType=SUBSCRIPTION, objectId=311f4c14-7a0c-418c-a902-2b3d7935cd11
2017-03-16T20:54:00.407Z - info: ::ffff:192.168.127.156 - - [16/Mar/2017:20:54:00 +0000] "POST / HTTP/1.1" 500 - "-" "AHC/1.0"
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/27575e94-3e41-49f6-a3c6-33464dd5df3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm returning 200. I checked the "queue" tab and its empty.
I tried hardcoding 500 as the status code, and i see 3 (SUBSCRIPTION, ENTITLEMENT, SUBSCRIPTION2) events in the "queue" tab.
Any other idea?
Thanks for your help!
Lucas G. Hamie
Av. Honorio Pueyrredón 1475
C.A.B.A. República Argentina
TEL+54.11.4855.6041 (Ext. 526)
lucas...@iquall.net
www.iquall.net
I'm running 0.18.3 . I though I would find those fields in an HTTP header, but they don't seem to be there.
