You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like a bottleneck to publishing. Unless I'm missing something it is sending a create topic request for every single publish call. By having an arn cache we can skip creating on each request and then we can catch the exception for a missing topic and recreate it or bubble up.
https://github.com/kapost/circuitry/blob/master/lib/circuitry/publisher.rb#L64
Seems like we should have some topic ARN cache.
The text was updated successfully, but these errors were encountered: