Skip to content

Commit 5400309

Browse files
Update README.md (#80)
* Update README.md Just adding information about avoiding Administration Operations Limits errors * Update README.md correct key name
1 parent a7235b9 commit 5400309

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@ You can check [Google Cloud PubSub client](http://googleapis.github.io/google-cl
3434
'retries' => 3,
3535
'request_timeout' => 60,
3636
'subscriber' => 'subscriber-name',
37+
'create_topics' => true,
38+
'create_subscriptions' => true,
3739
],
3840
```
3941

42+
## Avoiding Administrator Operations Limits
43+
44+
To avoid limit issues, change the `create_topics` and `create_subscriptions` flags to false.
45+
4046
## Testing
4147

4248
You can run the tests with :

0 commit comments

Comments
 (0)