Results 15 comments of ts-3156

@dblock Thank you for taking the time to reply. > I think we don't want this by default. I have the same opinion. However, I have not come up with...

@ioquatix Thank you for your response! I've created the most conservative diffs. Is this what you want? https://github.com/socketry/multipart-post/compare/master...ts-3156:set_file_as_default_filename > I think if the path is not given, we can use...

``` Start queueing 2019-08-27 08:19:19 UTC Finish queueing 2019-08-27 08:24:35 UTC ``` ``` Start queueing 2019-08-27 12:07:25 UTC Finish queueing 2019-08-27 12:11:50 UTC ```

``` select count(*) from delete_tweets_requests where finished_at is null; select count(*) from delete_tweets_requests where finished_at is not null; ``` ```ruby requests = DeleteTweetsRequest.where(finished_at: nil) ```

```sql select id, session_id, user_id, context from sign_in_logs where via like '%retry_message' and created_at > '2019-08-26'; ```

https://twittercommunity.com/t/the-granted-permissions-to-dm-are-deleted-unintentionally-when-logging-in-with-twitter/128984

## statuses ``` drop table if exists statuses_copy; create table statuses_copy like statuses; alter table statuses_copy ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=[2, 4, 8]; insert into statuses_copy select * from statuses where id

- [ ] スポットインスタンスの価格取得、autoscalingへの設定反映 - [x] statusesはtruncateして、アクセスがあったらjobで復旧する - [x] 結果ページの真ん中にもadsenseを追加(縦のサイズをアドセンスと揃える) - [x] リンクを他のサイトと同じフォーマットにする

- [ ] medium web2, medium sidekiq5 を作る。secondary2を止める - [x] build_login_userのバグ修正 - [ ] リム通知の作り込み - [x] ImportTwitterUserRelationsを同期実行にする - [x] enqueued_at, ... を他のワーカーでも記録する - [ ] エラー数メトリクスを送信する