반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- django
- numpy
- list
- string
- Apache
- Google Spreadsheet
- Python
- gas
- Github
- Kotlin
- Tkinter
- 파이썬
- math
- SQL
- matplotlib
- PostgreSQL
- Excel
- Redshift
- Java
- hive
- Google Excel
- dataframe
- c#
- GIT
- PANDAS
- PySpark
- Mac
- google apps script
- array
Archives
- Today
- Total
달나라 노트
Python Discord : Heroku 남은 Hosting 시간 보기 (남은 무료 hosting 시간 확인) 본문
Python/Python ETC
Python Discord : Heroku 남은 Hosting 시간 보기 (남은 무료 hosting 시간 확인)
CosmosProject 2022. 2. 22. 19:50728x90
반응형
Heroku에서 discord app을 hosting한 경우 처음에는 무료 시간을 사용하게 됩니다.
무료시간은 다음과 같습니다.
기본 무료 시간 = 550시간
카드 등록한 경우 = 450시간 추가 (-> 총 1000시간의 무료 시간 획득 가능)
먼저 Heroku 홈페이지를 이용하는 방법입니다.
Heroku 홈페이지 진입 후 로그인을 해줍시다.
로그인을 한 후 우측 상단에 프로필을 클릭하여 Account settings 버튼을 클릭합니다.
그리고 Billing 탭을 클릭하면 위같은 화면이 나옵니다.
화면을 살펴보면 빨간색으로 표시된 부분에서 지금 1000시간의 무료 시간이 남아있다는 것을 볼 수 있습니다.
이렇게 Free Dyno Usage에서 무료 시간 관련 내용을 볼 수 있습니다.
terminal을 이용해서 남은 무료 시간 확인할 경우 Heroku CLI가 설치되어 있어야 합니다.
https://cosmosproject.tistory.com/483
위 링크로 들어가서 CLI라는 텍스트를 검색해보면 Heroku CLI 설치 방법을 알 수 있습니다.
이제 terminal에서 남은 무료 hosting 시간을 알아봅시다.
[terminal] $ heroku ps -a heroku_app_name
Heroku CLI가 설치된 상태에서 terminal에 위 명령어를 입력하면 Heroku app의 남은 무료시간을 확인할 수 있습니다.
그 결과는 다음과 같습니다.
Free dyno hours quota remaining this month: 1000h 0m (100%)
Free dyno usage for this app: 0h 0m (0%)
For more information on dyno sleeping and how to upgrade, see:
https://devcenter.heroku.com/articles/dyno-sleeping
=== test_bot_one (Free): python bot_test_one.py (1)
test_bot_one.1: up 2022/02/22 12:36:00 +0900 (~ 2m ago)
=== test_bot_two (Free): python bot_test_two.py (1)
test_bot_two.1: up 2022/02/22 12:35:00 +0900 (~ 3m ago)
728x90
반응형
'Python > Python ETC' 카테고리의 다른 글
Python Upbit : Upbit API 발급, 업비트 API (0) | 2022.02.23 |
---|---|
Python Discord : 동시에 여러 discord bot 호스팅 (Multiple app Procfile, Heroku) (0) | 2022.02.22 |
Python time : sleep (Python 코드 작동 일시정지) (0) | 2022.02.22 |
Python Discord : message 작성자 정보 불러오기, message author, discord 사람 태그하기 (Python Discord API) (0) | 2022.02.21 |
Python Discord : Python discord Bot 프로필 이미지 변경 (client.user.edit avatar) (0) | 2022.02.21 |
Comments