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

Run payday #18 #44

Closed
Changaco opened this issue Jun 8, 2016 · 5 comments
Closed

Run payday #18 #44

Changaco opened this issue Jun 8, 2016 · 5 comments
Labels

Comments

@Changaco
Copy link
Member

Changaco commented Jun 8, 2016

Previous: #41.

@Changaco Changaco added the Payday label Jun 8, 2016
@Changaco
Copy link
Member Author

Changaco commented Jun 8, 2016

This could be the last one I run manually through SSH, as I've been working on integrating payday into the web app (liberapay/liberapay.com#319).

@Changaco
Copy link
Member Author

Changaco commented Jun 8, 2016

DB backup taken (./backup.sh). Size is 2.2M.

@Changaco
Copy link
Member Author

Changaco commented Jun 8, 2016

% rhc ssh
[…]
> cd $OPENSHIFT_REPO_DIR && PYTHONPATH=. python liberapay/billing/payday.py
DEBUG:raven.base.Client:Configuring Raven for host: https://[…]@sentry.changaco.oy.lc:/2
Starting payday #18.
Payday started at 2016-06-08 08:10:08.772616+00:00.
Greetings, program! It's PAYDAY!!!!
Prepared the DB.
Checked the balances.
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.mangopay.com
DEBUG:requests.packages.urllib3.connectionpool:"POST /v2.01/liberapay/transfers HTTP/1.1" 200 428
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.mangopay.com
DEBUG:requests.packages.urllib3.connectionpool:"POST /v2.01/liberapay/transfers HTTP/1.1" 200 428
[many more like this]
Updated payday stats.
Prepared the DB.
Updated receiving amounts.
Script ran for four minutes (0:04:23.088146).

The new log lines are a result of liberapay/liberapay.com#350.

Notice that the InsecurePlatformWarning have disappeared for some reason. python --version still returns 2.7.8.

@Changaco
Copy link
Member Author

Changaco commented Jun 8, 2016

> PAGER=cat psql
psql (9.4.5)
Type "help" for help.

liberapay=# select * from paydays order by id;
 id |           ts_start            |            ts_end             | nparticipants | ntippers | ntippees | ntips | ntransfers | transfer_volume | ntakes | take_volume | nactive | nusers | week_deposits | week_withdrawals 
----+-------------------------------+-------------------------------+---------------+----------+----------+-------+------------+-----------------+--------+-------------+---------+--------+---------------+------------------
  1 | 2016-02-10 14:15:12.857116+00 | 2016-02-10 14:16:20.367284+00 |            20 |        7 |        6 |     5 |         11 |            5.16 |      6 |        2.01 |       9 |     30 |        102.00 |             0.00
  2 | 2016-02-17 09:34:56.46043+00  | 2016-02-17 09:42:30.279562+00 |            24 |        8 |        6 |     5 |         13 |            5.91 |      8 |        3.01 |      10 |     39 |         10.00 |             0.00
  3 | 2016-02-24 12:10:24.637909+00 | 2016-02-24 12:13:54.69294+00  |            31 |        9 |        6 |     5 |         15 |            7.48 |     10 |        4.58 |      11 |     46 |          0.00 |             0.00
  4 | 2016-03-02 13:22:54.690032+00 | 2016-03-02 13:28:28.41217+00  |            42 |       11 |        6 |     5 |         18 |            8.09 |     13 |        5.19 |      12 |     63 |         30.00 |             0.00
  5 | 2016-03-09 10:36:00.199178+00 | 2016-03-09 10:36:17.358605+00 |            47 |       12 |        6 |     6 |         22 |            9.47 |     16 |        5.57 |      13 |     72 |         95.75 |             0.00
  6 | 2016-03-16 12:38:13.996162+00 | 2016-03-16 13:03:30.525192+00 |            56 |       13 |       10 |     7 |         32 |           23.47 |     25 |       19.47 |      17 |     80 |          0.00 |             3.22
  7 | 2016-03-23 10:00:12.76148+00  | 2016-03-23 10:00:34.324691+00 |            66 |       13 |        9 |     7 |         31 |           16.84 |     24 |       12.84 |      16 |     93 |          0.00 |            32.32
  8 | 2016-03-30 12:17:08.902702+00 | 2016-03-30 12:17:32.558561+00 |            70 |       15 |       10 |     7 |         37 |           28.39 |     30 |       24.39 |      19 |    102 |        121.00 |             2.25
  9 | 2016-04-06 11:28:20.713609+00 | 2016-04-06 12:32:56.851771+00 |            80 |       17 |       13 |    10 |         42 |           40.26 |     32 |       25.91 |      24 |    113 |         81.99 |             0.00
 10 | 2016-04-13 08:37:29.46735+00  | 2016-04-13 08:38:04.301686+00 |            90 |       20 |       16 |    15 |         51 |           42.48 |     36 |       26.96 |      27 |    125 |        156.50 |             0.00
 11 | 2016-04-20 08:00:48.407506+00 | 2016-04-20 08:01:50.821392+00 |           103 |       26 |       18 |    20 |         62 |           59.54 |     42 |       28.01 |      33 |    139 |        689.28 |             0.00
 12 | 2016-04-27 08:02:19.497304+00 | 2016-04-27 08:03:11.777866+00 |           110 |       28 |       20 |    23 |         67 |           65.74 |     44 |       18.86 |      37 |    148 |         30.00 |             0.00
 13 | 2016-05-04 12:28:09.581668+00 | 2016-05-04 12:29:03.858073+00 |           122 |       29 |       20 |    23 |         71 |           84.50 |     48 |       52.61 |      38 |    165 |        191.00 |             0.00
 14 | 2016-05-11 11:03:24.172566+00 | 2016-05-11 11:05:49.053139+00 |           202 |       94 |       28 |    91 |        154 |          357.62 |     63 |       74.31 |     110 |    275 |       2652.54 |             0.00
 15 | 2016-05-18 15:31:17.087135+00 | 2016-05-18 15:34:37.916931+00 |           269 |      148 |       34 |   144 |        218 |          690.72 |     74 |       82.70 |     165 |    379 |       1910.41 |            20.96
 16 | 2016-05-25 08:09:43.667184+00 | 2016-05-25 08:12:50.900687+00 |           280 |      146 |       35 |   142 |        222 |          574.67 |     80 |       96.80 |     163 |    399 |        327.02 |             0.00
 17 | 2016-06-01 11:49:56.704077+00 | 2016-06-01 11:53:46.300684+00 |           312 |      166 |       37 |   163 |        253 |          623.47 |     90 |      115.09 |     184 |    452 |       1058.06 |             0.00
 18 | 2016-06-08 08:10:08.772616+00 | 2016-06-08 08:14:31.522924+00 |           336 |      166 |       40 |   160 |        256 |          654.97 |     96 |      106.99 |     187 |    480 |        589.72 |             0.00
(18 rows)

@Changaco
Copy link
Member Author

Changaco commented Jun 8, 2016

https://twitter.com/liberapaye/status/740465362957959169

Donations on Liberapay this week: €655 from 166 donors to 40 donees. More stats available on https://liberapay.com/about/stats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant