nebulab / cangaroo

Connect Any App to Any Service
https://github.com/nebulab/cangaroo
MIT License
107 stars 18 forks source link

Fix last_poll fetch in PollJob #35

Closed bricesanchez closed 8 years ago

bricesanchez commented 8 years ago

As i see, last_poll is only used for displaying a log, we could instead use last_poll_timestamp.

It should fix #28

What do you think @iloveitaly and @AlessioRocco ?

AlessioRocco commented 8 years ago

@bricesanchez this looks good to me, @iloveitaly you know this code better than me, do you see any problem with the @bricesanchez code?

iloveitaly commented 8 years ago

👍 Thanks for fixing this one up @bricesanchez!

bricesanchez commented 8 years ago

You're welcome! Could you merge it @AlessioRocco? I's a blocker for PollJob

bricesanchez commented 8 years ago

Thanks @kennyadsl!

kennyadsl commented 8 years ago

@bricesanchez thanks to you for using Cangaroo!