ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024βpresent
- CTO Payhere.Inc, 2020β2023
- TechLead, Banksalad, 2018β2020
- Senior Software Engineer Danal, 2014β2018
Latest Blog Posts
-
Jun 11, 2016celery + supervisordcelery λ₯Ό λ°λͺ¬λ°©μμΌλ‘ μ€νν΄μΌν κ²½μ°, [λͺ κ°μ§ λ°©λ²](http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html)μ΄ μλλ° κ·Έ μ€μ νλκ° supervisor λ₯Ό μ΄μ©νλ κ²μ΄λ€. ``` pip install supervisor ``` μμ κ°μ΄ μ€μΉνκ³ λμ νμ¬ celery task κ° μλ νλ‘μ νΈμμ **supervisord.conf λ₯Ό λ§λ€κ³ , λ§μ§λ§μ€μ celeryd.conf λ₯Ό include λ₯Ό νλ€.** ``` $ echo_supervis...
-
Jan 11, 2016celery statesμλλ celery μ state μΈλ°, λ³΄ν΅ celery-flower μ‘°ν©μΌλ‘ λ§μ΄ μ°κΈ° λλ¬Έμ [flower](https://github.com/mher/flower)λ₯Ό μ°λ€λ³΄λ©΄ μ‘°ν 쑰건μ€μ states κ° μμ΄μ μλμ κ°μ΄ μ 리ν΄λ³Έλ€. μ¦μ μ€ννλΌκ³ λͺ λ Ήνλ©΄ STARTED-SUCCESS λλ FAILURE λ‘ νμλκ² μ§λ§, `countdown`μ μ£Όμ΄μ μ€νν κ²½μ°μλ μ¦, μ΄λ€ μμ½μ κ±°λ κ²½μ°μλ ν΄λΉ taskκ° RECEIVED λ‘ νμλκ² λλ€. κ·Έλ¦¬κ³ [flower](https://github.com/mher/f...
-
Nov 23, 2015Celery Install Ubuntu & CentOS 6.5### **celery μ€μΉ** `pip install celery` ### **rabbitmq μ€μΉ ** #### **ubuntu** `sudo apt-get install rabiitmq-server` #### **centOS6.5** ceontOS μμλ μ€μΉνλ κ²μ΄ 볡μ‘νλ° μ λ°λΌμ€λ©΄ λλ€. λ¨Όμ erlang λΆν° μ€μΉν΄μΌ νλ€. μλμ ν μ€νΈλ₯Ό `/etc/yum.repos.d/` λλ ν 리μ `epel-erlang.repo` νμΌλͺ μΌλ‘ λ£λλ€. 11. erlang μ€μΉνκΈ° ...
-
Nov 30, 2014python Celery κΈ°λ³Έ μΈνμμ λΆν° μ¨λ³΄κ³ μΆμλλ° κ΄λ ¨ μ λ¬΄κ° μ£Όμ΄μ Έμ(μ ννλ κ·Έλ₯ λ΄κ° μ°κ³ μΆμλ° μ 무μκ°μ ν μ€νΈ νκ³ μΆμ΄μ) μ λ¦¬ν΄ λ³Έλ€. κ·Έλ₯ μμ£Ό κΈ°λ³Έμ μΌλ‘ λλ €λ³΄λ μ λ.Β **Broker μΈν (Redis)** β [redis.io](redis.io) μμ μ€μΉνλ©΄ λΒ β ννμ΄μ§μ λμμλ λ³λμ μΈν μ redis.confμμ νλκ²μ΄ μλ.Β **Task λ§λ€κΈ°** β νκ³ μ νλ μΌμ μ μνλλ° `@app.task` λΌκ³ μ¨λλ€.Β ...
-
Oct 07, 2014Python Weekly 159νμ΄μ¬ μν΄λ¦¬μμ κ°μΈμ μΌλ‘ κ΄μ¬μλκ²λ€λ§ μ 리νμμ.Β [**memory_util**](https://github.com/jtushman/memory_utils) βΒ [https://github.com/jtushman/memory_utils](https://...