Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move token generation into Pigeon.APNS.Token #227

Merged
merged 1 commit into from
Feb 18, 2023

Conversation

andrewtimberlake
Copy link
Contributor

This ensures the token is only generated once and used across all workers
This fixes #226

This means the token is only generated once and used across all workers
@hpopp
Copy link
Member

hpopp commented Feb 18, 2023

Took me a while to respond but this is great, thank you! I'll slot it for the next release candidate.

@hpopp hpopp merged commit 0b46ed0 into codedge-llc:master Feb 18, 2023
jmhossler added a commit to Tango-Tango/pigeon that referenced this pull request Mar 17, 2023
* fix: allow httpoison 2.0 (codedge-llc#236)

* fix: allow httpoison 2.0

* ci: fix workflows

* ci: revert to ubuntu-latest

* ci: use setup-beam@v1

* chore: update CHANGELOG

* docs: update README links

* fix: move token generation into Pigeon.APNS.Token (codedge-llc#227)

This means the token is only generated once and used across all workers

* chore: update CHANGELOG

---------

Co-authored-by: Henry Popp <hpopp@users.noreply.github.com>
Co-authored-by: Henry Popp <henry@codedge.io>
Co-authored-by: Andrew Timberlake <andrew@andrewtimberlake.com>
jmhossler added a commit to Tango-Tango/pigeon that referenced this pull request Mar 17, 2023
* fix: allow httpoison 2.0 (codedge-llc#236)

* fix: allow httpoison 2.0

* ci: fix workflows

* ci: revert to ubuntu-latest

* ci: use setup-beam@v1

* chore: update CHANGELOG

* docs: update README links

* fix: move token generation into Pigeon.APNS.Token (codedge-llc#227)

This means the token is only generated once and used across all workers

* chore: update CHANGELOG

---------

Co-authored-by: Henry Popp <hpopp@users.noreply.github.com>
Co-authored-by: Henry Popp <henry@codedge.io>
Co-authored-by: Andrew Timberlake <andrew@andrewtimberlake.com>
@andrewtimberlake andrewtimberlake deleted the token-generation branch May 24, 2023 10:15
hpopp added a commit that referenced this pull request Nov 24, 2023
* fix: move token generation to agent (#1)

* fix: add uri to token storage key to prevent clashes (#2)

* Catch up with upstream (#3)

* fix: allow httpoison 2.0 (#236)

* fix: allow httpoison 2.0

* ci: fix workflows

* ci: revert to ubuntu-latest

* ci: use setup-beam@v1

* chore: update CHANGELOG

* docs: update README links

* fix: move token generation into Pigeon.APNS.Token (#227)

This means the token is only generated once and used across all workers

* chore: update CHANGELOG

---------

Co-authored-by: Henry Popp <hpopp@users.noreply.github.com>
Co-authored-by: Henry Popp <henry@codedge.io>
Co-authored-by: Andrew Timberlake <andrew@andrewtimberlake.com>

* chore: run mix format on our changes (#4)

* fix: allow httpoison 2.0 (#236)

* fix: allow httpoison 2.0

* ci: fix workflows

* ci: revert to ubuntu-latest

* ci: use setup-beam@v1

* chore: update CHANGELOG

* docs: update README links

* fix: move token generation into Pigeon.APNS.Token (#227)

This means the token is only generated once and used across all workers

* chore: update CHANGELOG

---------

Co-authored-by: Henry Popp <hpopp@users.noreply.github.com>
Co-authored-by: Henry Popp <henry@codedge.io>
Co-authored-by: Andrew Timberlake <andrew@andrewtimberlake.com>

* chore: undo random formatting changes that aren't necessary

---------

Co-authored-by: Drew Ballance <drew@ballance.io>
Co-authored-by: Henry Popp <hpopp@users.noreply.github.com>
Co-authored-by: Henry Popp <henry@codedge.io>
Co-authored-by: Andrew Timberlake <andrew@andrewtimberlake.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too many provider token updates
2 participants