Products | Versions |
---|---|
TIBCO Flogo Connector for Google Cloud Storage | 6.0.0 |
TIBCO ActiveMatrix BusinessWorks™ Plug-in for Google Cloud Storage 6.0.0 consists of 2 activities: Invoke GCS Bucket activity and Invoke GCS Object activity.
While doing implementation and testing of this plugin, it is seen that there are limits for the operation which can be done on Bucket activity.
According to google could storage document, concurrent operations on Buckets are not supported as they have set a limit of 1 request for every 2 seconds. You can check more about this in the below-mentioned link. Refer to the 'Buckets' section for more information.
https://cloud.google.com/storage/quotas
So if you want to create a large number of buckets then it should be noted that after every bucket creation/update request it will sleep for 2 seconds and then resume for the next bucket operation.
TIBCO ActiveMatrix BusinessWorks™ Plug-in for Google Cloud Storage 6.0.0 which has TPCL 1.114.0 and it is not possible to create a large number of buckets at the same time. For example, It is not possible to create 100 Buckets in 5 seconds.
For object activity, there is no such restriction.
Â