paulyili
paulyili
TTwenty
Created by paulyili on 8/6/2024 in #❓︱help
Filter by multi select field?
done!
4 replies
TTwenty
Created by paulyili on 7/19/2024 in #❓︱help
apostrophe around persons name
I looked at the raw data from the first emails from the names with single quotation marks, and i found nothing out of the ordinary.
16 replies
TTwenty
Created by paulyili on 7/19/2024 in #❓︱help
apostrophe around persons name
Yep, it's just some of the contacts. All of the company names are good. I'll have a look at more of the emails tomorrow to check. Otherwise I'm more than happy if you want to investigate. It is Gmail of course.
16 replies
TTwenty
Created by paulyili on 7/19/2024 in #❓︱help
apostrophe around persons name
Not all, but some are. it's been happening ever since i started messing with Twenty, so i thought it was normal.
16 replies
TTwenty
Created by paulyili on 7/19/2024 in #❓︱help
apostrophe around persons name
No description
16 replies
TTwenty
Created by paulyili on 6/16/2024 in #❓︱help
Message sync is slow?
Hey @Raphaël oh thanks! I had reddis set up, but forgot to change to bull-mq. I decided to nuke my instance and try again to see. lightning fast now 😄
8 replies
TTwenty
Created by paulyili on 6/16/2024 in #❓︱help
Message sync is slow?
No description
8 replies
TTwenty
Created by paulyili on 5/2/2024 in #❓︱help
Only sync emails without onboarding contacts.
What about not creating emails from past contact, but syncing emails from contacts listed in CRM ? (new and old emails)
7 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
that worked well. Can't wait to see this all come together. This is defienly the longest docker-compose file i've got.
29 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
so something like this?
version: '3.8'

services:
server:
image: twentycrm/twenty:${TAG}
expose:
- 3000
volumes:
- server-local-data:/app/${STORAGE_LOCAL_PATH:-.local-storage}
ports:
- "3000:3000"
environment:
# Environment variables
depends_on:
db:
condition: service_healthy
networks:
- twenty_frontend
restart: always

worker:
image: twentycrm/twenty:${TAG}
volumes:
- server-local-data:/app/${STORAGE_LOCAL_PATH:-.local-storage}
environment:
# Environment variables
command: yarn worker:prod
depends_on:
- server
networks:
- twenty_frontend
restart: unless-stopped

networks:
twenty_frontend:
driver: bridge

volumes:
server-local-data:
external: true
version: '3.8'

services:
server:
image: twentycrm/twenty:${TAG}
expose:
- 3000
volumes:
- server-local-data:/app/${STORAGE_LOCAL_PATH:-.local-storage}
ports:
- "3000:3000"
environment:
# Environment variables
depends_on:
db:
condition: service_healthy
networks:
- twenty_frontend
restart: always

worker:
image: twentycrm/twenty:${TAG}
volumes:
- server-local-data:/app/${STORAGE_LOCAL_PATH:-.local-storage}
environment:
# Environment variables
command: yarn worker:prod
depends_on:
- server
networks:
- twenty_frontend
restart: unless-stopped

networks:
twenty_frontend:
driver: bridge

volumes:
server-local-data:
external: true
29 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
as in twenty-server-2 container running yarn worker:prod command ?
29 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
how do we run the worker in the background with out having the terminal opened
29 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
oh yes! it worked. took an hour or so to sync. and it now says "succeeded"
29 replies
TTwenty
Created by paulyili on 4/23/2024 in #❓︱help
Procedure to sync emails? 0.10.0
Okay i can see it the worker running. throwing some errors from the demo workspaces. it did sync some emails and contacts. but it now says failed on the email, not syncing. and it did import some contacts, not all. and not all email messages are showing. do i need the terminal always open to sync emails? closed the terminal. added a new email but that is now not synced.
29 replies