mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-20 02:24:35 -04:00
More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP pokes work or not yet but the retry semantics are pretty good.
This commit is contained in:
parent
58f82e2e54
commit
eb6aedf92c
7 changed files with 150 additions and 20 deletions
|
@ -23,6 +23,8 @@ CREATE TABLE IF NOT EXISTS pushers (
|
|||
pushkey blob NOT NULL,
|
||||
data text,
|
||||
last_token TEXT,
|
||||
last_success BIGINT,
|
||||
failing_since BIGINT,
|
||||
FOREIGN KEY(user_name) REFERENCES users(name),
|
||||
UNIQUE (user_name, pushkey)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue